From: Nils Reuße <ml@hxgn.net>
Date: Sun, 15 Feb 2015 16:46:15 +0000 (+0100)
Subject: Update year in usage()
X-Git-Url: https://git.owens.tech/assets/lich_lifts_title_slice.png%20%22Lich%20Lifts%22/assets/lich_lifts_title_slice.png%20%22Lich%20Lifts%22/git?a=commitdiff_plain;h=c5f1d74fd83319d84887c7ff6769f3d42c3d1a0d;p=st.git

Update year in usage()
---

diff --git a/st.c b/st.c
index 142a152..b9d30a7 100644
--- a/st.c
+++ b/st.c
@@ -3938,7 +3938,7 @@ run(void) {
 
 void
 usage(void) {
-	die("%s " VERSION " (c) 2010-2014 st engineers\n" \
+	die("%s " VERSION " (c) 2010-2015 st engineers\n" \
 	"usage: st [-a] [-v] [-c class] [-f font] [-g geometry] [-o file]\n"
 	"          [-i] [-t title] [-w windowid] [-e command ...]\n", argv0);
 }